home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / lite2lan.zip / LITE2LAN.DOC < prev    next >
Text File  |  1993-07-22  |  5KB  |  129 lines

  1.                                 
  2.                                   LITE2LAN
  3.                                  
  4.                                  created by
  5.                                  
  6.                                  Norman Wood
  7.                             HealthLogic Systems Corp.
  8.                             4705-A Lawrencevile Hwy.
  9.                             Lilburn, GA 30247
  10.  
  11.  
  12. Disclaimer:    These programs are to be used at your own risk. Neither I
  13.                nor HealthLogic Systems Corp. will be held liable for any
  14.                problems and/or damage that may result from there use.
  15.  
  16.  
  17. Shareware:     LITE2LAN has been distributed under the shareware concept. 
  18.                It may be copied and distributed freely as long as all files 
  19.                are included and no modifications are made to any of the files. 
  20.                If you find LITE2LAN useful, please register it by sending $5 
  21.                to the address above.
  22.  
  23.  
  24. Files:         LITE2LAN.ZIP should include the following files:
  25.                             
  26.                             NEWNET.EXE
  27.                             LITE2LAN.BAT
  28.                             RESTORE.BAT
  29.                             LITE2LAN.DOC
  30.  
  31.                If any of these files are missing, DO NOT RUN LITE2LAN.
  32.  
  33.  
  34. To run:        Copy LITE2LAN.BAT and NEWNET.EXE to your Lantastic 
  35.                subdirectory (MUST BE C:\LANTASTI ) and run LITE2LAN.BAT.
  36.  
  37.                   LITE2LAN.BAT does the following:
  38.  
  39.                    Renames NET.EXE to NETL.EXE 
  40.                    Renames NET.HLP to NETL.HLP 
  41.                    Renames NET.MNU to NETL.MNU 
  42.                    Renames NEWNET.EXE to NET.EXE 
  43.  
  44.                
  45. To restore:    To restore your Lantastic files to their origianl names,
  46.                run RESTORE.BAT in your Lantastic subdirectory.
  47.  
  48.  
  49. What it does:  The new NET.EXE allows you to use all standard Lantastic 
  50.                commands as before, but it also allows you to use certain 
  51.                Netware Lite commands (see Netware Lite Commands below for 
  52.                listing of supported commands).
  53.  
  54.           * *  THIS IS VERY USEFUL IF YOU HAVE SWITCHED FROM NETWARE LITE
  55.                TO LANTASTIC, AND HAVE NUMEROUS BATCH FILES THAT USE
  56.                NETWARE LITE COMMANDS.
  57.  
  58.  
  59. How it works:  Lantastic commands are executed simply by calling NETL.EXE.
  60.  
  61.                Netware Lite commands are executed by carring out various
  62.                Lantastic commands to achieve the same result.
  63.  
  64.  
  65. Special Note:  One of the major differences between Lantastic and Netware
  66.                Lite is that Lantastic logs into a server when a device is
  67.                redirected to that server. Netware Lite just redirects the
  68.                device only. 
  69.  
  70.                The new NET.EXE compensates for this by logging out of a 
  71.                server when a device redirction is deleted or redircted to
  72.                a different server, but only if no other devices are 
  73.                redirected to the same server.
  74.  
  75.                For example: 
  76.                 
  77.                 NET MAP K: CDRIVE ONE  logs into server ONE, then
  78.                 redirects K: to server ONE. 
  79.                 
  80.                 NET MAP DEL K:  deletes the redirection of K: to server
  81.                 ONE, then checks to see if any other devices (drive letters 
  82.                 or printers) are redirected to server ONE, if not then it
  83.                 logs out from server ONE.
  84.  
  85.  
  86.  
  87.                             Netware Lite Commands
  88.                             ---------------------
  89.  
  90.  The following commands can be displayed by typing:  NET HELP LITE
  91.  
  92.  NET MAP    
  93.     Shows current drive letter redirections.
  94.  
  95.  NET MAP <drive letter> <network drive> <server>   
  96.     (ex. NET MAP K: CDRIVE ONE)
  97.     Logs into server then redirects drive letter to network drive on server.
  98.  
  99.  NET MAP DEL <drive letter>
  100.     (ex. NET MAP DEL K:)
  101.     Deletes redirection of drive letter to server, then checks for other
  102.     redirections (drive letters or printers) to the same server. If no 
  103.     other redirections, then logs out from server.
  104.  
  105.  NET CAPTURE
  106.     Shows current printer port redirections
  107.  
  108.  NET CAPTURE (printer port) <network printer>
  109.     (ex. NET CAPTURE LPT1 HP-4)
  110.     Logs into server that the network printer is attatched to, then redirects
  111.     printer port to network printer.  If no printer port is specified,
  112.     redirects LPT1 to network printer.
  113.  
  114.  NET CAPTURE DEL <printer port>
  115.     (ex. NET CAPTURE DEL LPT1)
  116.     Deletes redirection of printer port to server, then checks for other
  117.     redirections (drive letters or printers) to the same server. If no 
  118.     other redirections, then logs out from server.
  119.     
  120.  NET SLIST
  121.     Lists all server detected on network.
  122.  
  123.  NET WHOAMI
  124.     Gives the name of the server you are using.
  125.  
  126.  
  127.  
  128.  
  129.